PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedParagraph Class
Methods


In This Topic
    PDFFormattedParagraph Class Members
    In This Topic

    The following tables list the members exposed by PDFFormattedParagraph.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodAdds the formatted block at the end of the paragraph  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodGets the background baseline offset.
    The offset is given in PDF points. By default the background baseline matches the text baseline. If you want to lower it so that it covers the descent part of the text, you can set it to a negative value.  
    Public MethodGets the background color.  
    Public MethodGets the formatted block at the specified index  
    Public MethodGets the list of formatted blocks that compose this paragraph.  
    Public MethodGets the bullet text.
    If this property is set to a object then the paragraph is considered to be part of a bulleted list.  
    Public MethodGets the indentation of the first paragraph line.  
    Public MethodGets the horizontal align.  
    Public MethodGets the left indentation.  
    Public MethodGets the line spacing in points.
    >When the method is called with the value of the line spacing is specified in this method.
    When the method is called with the value of the line spacing is computed by multiplying the current line height with the value specified in this property.  
    Public MethodGets the line spacing for the paragraph.
    When this property is set to the value of the line spacing is specified in method.
    When this property is set to the value of the line spacing is computed by multiplying the current line height with the value specified in method.  
    Public MethodGets the right indentation.  
    Public MethodGets the spacing after the paragraph.  
    Public MethodGets the spacing before the paragraph.  
    Public MethodGets the structure element.
    When a paragraph has an associated structure element, the blocks within the paragraph should not have their own structure elements otherwise the content will be tagged incorrectly.
    The structure element does not include the so a structure element needs to be set on it.  
    Public MethodGets the text direction.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodSets the background baseline offset.
    The offset is given in PDF points. By default the background baseline matches the text baseline. If you want to lower it so that it covers the descent part of the text, you can set it to a negative value.  
    Public MethodSets the background color.  
    Public MethodSets the bullet text.
    If this property is set to a object then the paragraph is considered to be part of a bulleted list.  
    Public MethodSets the indentation of the first paragraph line.  
    Public MethodSets the horizontal align.  
    Public MethodSets the left indentation.  
    Public MethodSets the line spacing in points.
    >When the method is called with the value of the line spacing is specified in this method.
    When the method is called with the value of the line spacing is computed by multiplying the current line height with the value specified in this property.  
    Public MethodSets the line spacing for the paragraph.
    When this property is set to the value of the line spacing is specified in method.
    When this property is set to the value of the line spacing is computed by multiplying the current line height with the value specified in method.  
    Public MethodSets the right indentation.  
    Public MethodSets the spacing after the paragraph.  
    Public MethodSets the spacing before the paragraph.  
    Public MethodSets the structure element.
    When a paragraph has an associated structure element, the blocks within the paragraph should not have their own structure elements otherwise the content will be tagged incorrectly.
    The structure element does not include the so a structure element needs to be set on it.  
    Public MethodSets the text direction.  
    Public MethodReturns a string that represents the current Object.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Top
    See Also